Skip to content

fix(deps): update dependency @huggingface/transformers to v3.8.1 - #528

Open
renovate[bot] wants to merge 1 commit into
chore/all-my-stuffsfrom
renovate/huggingface-transformers-3.x
Open

fix(deps): update dependency @huggingface/transformers to v3.8.1#528
renovate[bot] wants to merge 1 commit into
chore/all-my-stuffsfrom
renovate/huggingface-transformers-3.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@huggingface/transformers 3.7.23.8.1 age confidence

Release Notes

huggingface/transformers.js (@​huggingface/transformers)

v3.8.1

Compare Source

What's new?

  • Add support for Ministral 3 in #​1474
  • Fix Ernie 4.5 naming in #​1473
  • Update Supertonic TTS paper + authors in #​1463

Full Changelog: huggingface/transformers.js@3.8.0...3.8.1

v3.8.0

Compare Source

🚀 Transformers.js v3.8 — SAM2, SAM3, EdgeTAM, Supertonic TTS

  • Add support for EdgeTAM in #​1454

  • Add support for Supertonic TTS in #​1459

    Example:

    import { pipeline } from '@​huggingface/transformers';
    
    const tts = await pipeline('text-to-speech', 'onnx-community/Supertonic-TTS-ONNX');
    
    const input_text = 'This is really cool!';
    const audio = await tts(input_text, {
        speaker_embeddings: 'https://huggingface.co/onnx-community/Supertonic-TTS-ONNX/resolve/main/voices/F1.bin',
    });
    await audio.save('output.wav');
  • Add support for SAM2 and SAM3 (Tracker) in #​1461

  • Remove Metaspace add_prefix_space logic in #​1451

  • ImageProcessor preprocess uses image_std for fill value by @​NathanKolbas in #​1455

New Contributors

Full Changelog: huggingface/transformers.js@3.7.6...3.8.0

v3.7.6

Compare Source

What's new?

New Contributors

Full Changelog: huggingface/transformers.js@3.7.5...3.7.6

v3.7.5

Compare Source

What's new?

  • Add support for GraniteMoeHybrid in #​1426

Full Changelog: huggingface/transformers.js@3.7.4...3.7.5

v3.7.4

Compare Source

What's new?

  • Correctly assign logits warpers in _get_logits_processor in #​1422

Full Changelog: huggingface/transformers.js@3.7.3...3.7.4

v3.7.3

Compare Source

What's new?

New Contributors

Full Changelog: huggingface/transformers.js@3.7.2...3.7.3


Configuration

📅 Schedule: (in timezone Europe/Paris)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/huggingface-transformers-3.x branch from f4aa6c9 to e79896e Compare July 27, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants